Skip to content

Adding oidc_urls to signingConfig#169

Merged
SequeI merged 2 commits intodevelopfrom
OIDCSigningConfig
Feb 9, 2026
Merged

Adding oidc_urls to signingConfig#169
SequeI merged 2 commits intodevelopfrom
OIDCSigningConfig

Conversation

@SequeI
Copy link
Member

@SequeI SequeI commented Feb 8, 2026

{
  "mediaType": "application/vnd.dev.sigstore.signingconfig.v0.2+json",
  "caUrls": [
    {
      "url": "https://fulcio.rhtas/",
      "majorApiVersion": 1,
      "validFor": {
        "start": "2026-02-09T00:32:12Z"
      },
      "operator": "sigstore.dev"
    }
  ],
  "oidcUrls": [
    {
      "url": "https://oauth2.rhtas/auth",
      "majorApiVersion": 1,
      "validFor": {
        "start": "2026-02-09T00:32:12Z"
      },
      "operator": "sigstore.dev"
    }
  ],
  "rekorTlogUrls": [
    {
      "url": "https://rekor.rhtas/",
      "majorApiVersion": 1,
      "validFor": {
        "start": "6-02-09T00:32:12Z"
      },
      "operator": "sigstore.dev"
    }
  ],
  "rekorTlogConfig": {
    "selector": "ANY"
  },
  "tsaUrls": [
    {
      "url": "https://tsa.rhtas/",
      "majorApiVersion": 1,
      "validFor": {
        "start": "2026-02-09T00:32:12Z"
      },
      "operator": "sigstore.dev"
    }
  ],
  "tsaConfig": {
    "selector": "ANY"
  }
}

Here is the signingConfig from the GH workflow, looks good to me. I did test this in the operator and it works fine. (Operator branch containing fix for pulling in ingress routes)

@SequeI SequeI force-pushed the OIDCSigningConfig branch from 78dda76 to d48480c Compare February 8, 2026 23:14
Signed-off-by: SequeI <asiek@redhat.com>
@SequeI SequeI force-pushed the OIDCSigningConfig branch from d48480c to 2ea0fb1 Compare February 9, 2026 00:03
Signed-off-by: SequeI <asiek@redhat.com>
@SequeI SequeI requested a review from fghanmi February 9, 2026 00:35
Copy link
Member

@fghanmi fghanmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@SequeI SequeI merged commit ed4c38f into develop Feb 9, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants